$(GTK_DEP_LIBS) \
$(LDFLAGS)
-libtestoptionmenu_la_SOURCES = \
- testlib.c \
- testlib.h \
- testoptionmenu.c
-
-libtestoptionmenu_la_LDFLAGS = \
- -rpath $(moduledir) -module -avoid-version $(no_undefined) \
- $(top_builddir)/gtk/$(gtktargetlib) \
- $(top_builddir)/gdk/$(gdktargetlib) \
- $(GTK_DEP_LIBS) \
- $(LDFLAGS)
-
libtestpaned_la_SOURCES = \
testlib.c \
testlib.h \
GTK+ test program testgtk.
-testoptionmenu
-==============
-
-This is a GTK+ module used to test the implementation of the ATK interfaces
-for GtkOptionmenu. It should be used with the GTK+ test program testgtk and
-its file selection dialog.
-
-
testpaned
=========